html,
body {
  height: 100%;
  padding: 0;
}

a {
  text-decoration: none;
  /* 去除默认的下划线 */
  color: #000;
  /* 去除默认的颜色和点击后变化的颜色 */
}

.kit_my_logo_container ul,
.kit_left_menu ul,
.vi_preview_connect ul {
  padding-left: 0;
}

/* ------------------kit-header----------------- */
.kit_header {
  display: flex;
}
.kit_header_hidden_logo {
  display: none !important;
}

.kit_header_hidden {
  display: none !important;
}

header .kit_header_container ul .nav_h_operation a.vip_download span {
  width: 100px;
  height: 35px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #3D3D4E;
  background: #e7eefc;
}

header .kit_header_container ul .nav_h_operation a.workbench span {
  width: 100px;
  height: 35px;
  border-radius: 5px;
  border: 1px solid #14cfa6;
  font-size: 14px;
  font-weight: 400;
  color: #14cfa6;
  background: #fff;
}

header .kit_header_container ul .nav_h_operation a.workbench span:hover {
  background: #14cfa6;
  color: #fff;
}

.kit_header_container {
  max-width: 100% !important;
}

.kit_header,
.kit_header_pc {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2005;
  padding: 9px 10px;
}

.kit_my_logo {
  width: 180px;
  height: 42px;
  background: #f2f3f4;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  padding: 0 11px 0 6px;
  margin-right: 10px;
  cursor: pointer;
  border: none;
}

.kit_logo_info {
  align-items: center;
}

.avatr_logo_img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kit_logo_info img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.kit_logo_info .kit_my_logo_name {
  font-size: 14px;
  color: #000000;
  display: inline-block;
  margin-left: 6px;
  max-width: 98px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.kit_go_generator {
  width: auto;
  height: 42px;
  border-radius: 4px;
  border: 1px solid #14cfa6;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 400;
  color: #14cfa6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kit_go_generator:hover {
  color: #14cfa6;
}

.kit_go_generator:visited {
  color: #14cfa6;
}

.kit_select_icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  transform: rotate(180deg);
  background: url("../images/list-item-close.png") no-repeat center / 100%;
}

.kit_guide_icon {
  display: none;
  width: 16px;
  height: 14px;
  margin-left: 6px;
  background: url(../images/arrow_long.png) no-repeat center / 16px 7px;
}

.kit_my_logo_container {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2010;
  width: 364px;
  height: 100%;
  background: #fff;
  display: none;
}

.fadeInAnimation {
  -webkit-animation: "fadeInLeft" 0.5s 1;
}

.fadeOutAnimation {
  -webkit-animation: "fadeOutLeft" 0.5s 1;
}

.kit_popup_bg,
.kit_popup_menu_bg,
.kit_popup_bg_header,
.not_purchased_popup_bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000;
  z-index: 2008;
  display: none;
}

.kit_popup_bg_header {
  z-index: 1900;
}

.logo_list_header {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 20px;
  width: 100%;
  background: #fff;
}

.close_my_logo_list {
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 3px;
  display: inline-block;
  width: 38px;
  height: 28px;
  cursor: pointer;
  background: #f5f5f5 url("../images/roll_next01.png")
    no-repeat center / 16px;
}

.logo_list_header h3 {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
}

.kit_logged_logo_list {
  width: 100%;
  height: calc(100% - 62px);
  overflow: hidden;
  overflow-y: auto;
  padding: 0 20px 15px;
  position: absolute;
  top: 62px;
  left: 0;
}

.kit_logged_logo_list::-webkit-scrollbar {
  width: 6px;
}

.kit_logged_logo_list::-webkit-scrollbar-thumb {
  background: rgba(144, 147, 153, 0.3);
  border-radius: 3px;
}

.kit_logo_item {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 13px;
  position: relative;
  border: 1px solid #e6e6e6;
  cursor: pointer;
  min-height: 237px;
}

.kit_logo_item a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.default_item_logo {
  height: 243px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kit_logo_item img {
  width: 100%;
  height: auto;
  transition: transform 0.4s;
  pointer-events: none;
}

.kit_logo_item:hover img {
  transform: scale(1.1);
}

.default_item_logo img {
  width: 100%;
  height: auto;
}

.kit_buy_logo_icon {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 52px;
  height: 22px;
  background: #ff8458;
  border-radius: 2px;
  opacity: 0.9;
  color: #ffffff;
  line-height: 22px;
  text-align: center;
}

.default_logo {
  background: #000000;
  border-radius: 2px;
  opacity: 0.6;
}

.kit_logo_list_generator {
  width: 160px;
  margin: 30px auto;
}
.logo_tips {
  position: absolute;
  top: -12px;
  left: calc(50% - 50px);
  z-index: 10;
  width: auto;
  height: 26px;
  background: #303133;
  border-radius: 3px;
  padding: 7px 11px;
}
.logo_tips .logo_tip_triangle {
    width: 0;
    height: 0;
    border-top: 6px solid #303133;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    top: 7px;
    left: calc(50% - 6px);
}
.logo_tips .tips_container {
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 12px;
}
.vi_logo_list_ul {
  padding-top: 10px;
}
.first_tip_vi_dialog {
  left: auto;
  right: -314px;
  top: 128px;
  z-index: 10;
  height: auto;
  background: #fff;
}
.first_tip_vi_dialog h2, .first_tip_vi_dialog .first_work_tip_text {
  color: #333333 !important;
}
.close_logo_list_tips {
  text-align: right;
}
.close_logo_list_tips .close_list_vi_tip {
  font-size: 14px;
  font-weight: 500;
  color: #14CFA6;
  line-height: 20px;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  cursor: pointer;
}
.f_t_vi_icon {
  width: 0;
  height: 0;
  border-right: 6px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  left: -6px;
  top: calc(50% - 6px);
}
.visitor_footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 30px;
}
.visitor_footer .f_v_btn {
  width: 160px;
  height: 45px;
  border-radius: 3px;
  border: 2px solid #14CFA6;
  font-size: 14px;
  font-weight: 400;
  color: #14CFA6;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 15px;
}
.visitor_footer .visitor_vi_desc {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}


/* 从左到右淡入动画 */

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-375px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-375px);
  }
}

/* ------------------kit-header----------------- */

/* 左侧菜单 */
.kit_left_menu {
  position: fixed;
  top: 60px;
  left: 0;
  width: 220px;
  height: 100%;
  background: #f8f9fa;
  z-index: 2006;
  padding: 25px 0 20px;
}
.all_sort_mc_menu_list {
  display: none;
}

.kit_menu .menu_item {
  width: 100%;
  height: 48px;
}

.menu_item .menu_a_link {
  height: 40px;
  padding: 0 10px 0 26px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  border-left: 4px solid transparent;
  text-decoration: none !important;
}

.menu_item .menu_a_link:hover {
  background: #f0f1f2;
}

.checked_menu_item .menu_a_link {
  background: #f0f1f2;
  color: #14cfa6;
  border-left: 4px solid #14cfa6;
}

.all_sort_menu_item {
  align-items: center;
}

.menu_item .menu_a_link i {
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-right: 10px;
}

.all_case_sort {
  position: relative;
}

.all_case_sort .menu_a_link {
  justify-content: space-between;
}
.all_sort_menu_list{
  display: none;
}
.all_sort_menu_list,
.all_sort_menu_breadcrumb {
  position: absolute;
  left: 220px;
  top: -48px;
  z-index: 2;
  width: 760px;
  background: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  padding: 18px 30px;
}

.all_sort_menu_list a,
.all_sort_menu_breadcrumb a {
  font-style: normal;
  float: left;
  width: 25%;
  height: auto;
  padding: 18px 0;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}

.all_sort_menu_list .checked_all_sort,
.all_sort_menu_breadcrumb .checked_all_sort {
  color: #14cfa6;
}

.all_sort_menu_list a:hover,
.all_sort_menu_breadcrumb a:hover {
  color: #14cfa6;
}

.menu_item .menu_a_link .all_menu_icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  transform: rotate(90deg);
  background: url("../images/list-item-close.png") no-repeat center / 100%;
}

.menu_icon_1 {
  background: url("../images/index_icon.png") no-repeat center /
    100%;
}

.menu_icon_2 {
  background: url("../images/all_icon.png") no-repeat center /
    100%;
}

.menu_icon_3 {
  background: url("../images/office_icon.png") no-repeat center /
    100%;
}

.menu_icon_4 {
  background: url("../images/printing_icon.png") no-repeat
    center / 100%;
}

.menu_icon_5 {
  background: url("../images/shopping_icon.png") no-repeat
    center / 100%;
}

.menu_icon_6 {
  background: url("../images/meituan_icon.png") no-repeat center /
    100%;
}

.menu_icon_7 {
  background: url("../images/meeting_icon.png") no-repeat center /
    100%;
}

.menu_icon_8 {
  background: url("../images/packing_icon.png") no-repeat center /
    100%;
}

/* 选中 */
.checked_menu_item .menu_icon_1 {
  background: url("../images/index_icon_check.png") no-repeat
    center / 100%;
}

.checked_menu_item .menu_icon_2 {
  background: url("../images/all_icon_check.png") no-repeat
    center / 100%;
}

.checked_menu_item .menu_icon_3 {
  background: url("../images/office_icon_check.png") no-repeat
    center / 100%;
}

.checked_menu_item .menu_icon_4 {
  background: url("../images/printing_icon_check.png") no-repeat
    center / 100%;
}

.checked_menu_item .menu_icon_5 {
  background: url("../images/shopping_icon_check.png") no-repeat
    center / 100%;
}

.checked_menu_item .menu_icon_6 {
  background: url("../images/meituan_icon_check.png") no-repeat
    center / 100%;
}

.checked_menu_item .menu_icon_7 {
  background: url("../images/meeting_icon_check.png") no-repeat
    center / 100%;
}

.checked_menu_item .menu_icon_8 {
  background: url("../images/packing_icon_check.png") no-repeat
    center / 100%;
}

.showAwayMenu,
.putAwayMenu {
  display: none;
}

@keyframes animIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes animOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.vi_preview_popup {
  display: none;
  width: 900px;
  height: 600px;
  background: #f5f5f5;
  border-radius: 3px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 2030;
  transform: translate(-50%, -50%);
  padding: 15px 20px;
}

.swiper-container {
  background: transparent;
}

.vi_preview_header {
  position: relative;
  display: flex;
  justify-content:space-between;
  align-items: center;
}
.vi_preview_header_left a{
  width: 180px;
  height: 40px;
  border-radius: 3px;
  border: 1px solid #E7C772;
}
.vi_preview_header_left a span {
  display: inline-block;
  padding-left: 25px;
  background: url(../images/vi_vip_btn.png) no-repeat left center / 20px;
  font-size: 14px;
  font-weight: 500;
  color: #D99A2F;
  line-height: 20px;
}
.vi_preview_header_left a:hover {
  width: 180px;
  height: 40px;
  background: #FFF9E6;
  border-radius: 3px;
  border: 1px solid #E7C772;
}
.vi_preview_header_right {
  display: flex;
}

.vi_preview_close_icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: -40px;
  cursor: pointer;
  background: url("../images/video_close_icon.png") no-repeat center / 100%;
}

.vi_preview_header a {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 10px 16px;
  border-radius: 3px;
}
.vi_preview_header .vi_preview_vip_btn {
  padding: 9px 16px 10px;
}

.vi_preview_header a:visited {
  color: #14cfa6;
}

.vi_preview_header .s_vi_material {
  height: 40px;
  opacity: 0.95;
  justify-content: center;
  border: 1px solid #14cfa6;
  align-items: center;
  color: #14cfa6;
  margin-right: 15px;
}

.s_vi_material:hover {
  background: #E3F3F0;
}

.save_icon_popup {
  padding-left: 23px;
  background: url("../images/save.png") no-repeat left center / 20px;
}

.vi_preview_header .e_vi_material {
  height: 40px;
  border-radius: 3px;
  opacity: 0.95;
  border: 1px solid #14cfa6;
  color: #fff;
  justify-content: center;
  align-items: center;
  background: #14cfa6;
}
.e_vi_material:hover {
  background: #00DFB4;
}

.e_vi_material .edit_icon_popup{
  color: #fff;
  padding-left: 23px;
  background: url("../images/pc_dialog_download.png") no-repeat left center /
    20px;
}


.vi_preview_connect {
  margin: 30px 0px;
  height: calc(100% - 120px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.vi_preview_connect .roll_prev {
  left: 20px;
  background: url(../images/roll_next02.png) no-repeat center
    center rgba(0, 0, 0, 0.3);
  background-size: 20px auto;
  box-shadow: none;
  transition: background-color 0.2s;
}

.vi_preview_connect .roll_next {
  right: 20px;
  background: url(../images/roll_prev02.png) no-repeat center
    center rgba(0, 0, 0, 0.3);
  background-size: 20px auto;
  box-shadow: none;
  transition: background-color 0.2s;
}

.vi_preview_connect .roll_prev:hover,
.vi_preview_connect .roll_next:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.swiper-vi-container {
  max-height: 100%;
  max-width: 100%;
}

/* 用于让内部的按钮超出容器 */
#swiper-vi-container {
  position: static;
}

.preview_item_ul {
  display: flex;
  max-width: 100%;
  height: 100%;
  /* justify-content: center;
    align-items: center; */
}

.item-img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item-img img {
  max-height: 100%;
  /* max-width: 100%; */
  max-width: 660px;
  pointer-events: none;
}

.vi_preview_mc_header,
.look_more_design_link {
  display: none;
}
.look_more_design_link:hover {
  background: #E8E8E8;
}

.look_more_design_link {
  height: 40px;
  padding: 10px 16px;
  margin-right: 10px;
  border: 1px solid #DDE0E3;
}

.look_more_design_link:visited {
  color: #333333;
}

.look_more_design_link span {
  display: inline-block;
  padding-left: 27px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  background: url("../images/design_link_icon.png") no-repeat left center /
    20px;
}

.vi_preview_header .look_more_design_pc:hover {
  background: #eeeeee;
}

.bottom_tips {
  width: 100%;
}

.bottom_tips span {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 20px;
}

.menu_a_link .menu_a_link_pc_name {
  display: inline-block;
}

.pubilc_roll_box .swiper-container {
  height: 100%;
}

.v_modal_login {
  z-index: 2033 !important;
}

.common_log_unique {
  z-index: 2034 !important;
}

/* 未购买logo弹窗 */
.not_purchased_popup {
  position: fixed;
  display: none;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 170px;
  background: #ffffff;
  border-radius: 3px;
  transform: translate(-50%, -50%);
  z-index: 2050;
  padding: 29px 20px 20px;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s;
}

.not_purchased_popup .not_purchased_close_icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: -40px;
  cursor: pointer;
  background: url(../images/video_close_icon.png) no-repeat center / 100%;
}

.not_purchased_connect h2 {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  line-height: 24px;
}

.not_purchased_connect span {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
}

.not_purchased_footer {
  display: flex;
  justify-content: flex-end;
}

.not_purchased_footer a {
  width: auto;
  height: 38px;
  font-size: 14px;
  font-weight: 400;
  padding: 9px 19px;
  justify-content: center;
  align-items: center;
}

.not_purchased_footer .footer_buy_btn {
  border-radius: 3px;
  border: 1px solid #14cfa6;
  margin-right: 10px;
  color: #14cfa6;
}

.not_purchased_footer .footer_open_vip {
  background: #14cfa6;
  border-radius: 3px;
  color: #ffffff;
  display: none;
}

.not_purchased_popup_bg {
  z-index: 2049;
}

.kit_header_pc {
  display: flex !important;
  z-index: 2007;
  background: none;
  padding: 0;
  padding-left: calc(50% - 128px);
}

.kit_header_mc {
  display: none !important;
}

.kit_my_logo_pc {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 200px;
  height: 154px;
  padding: 10px;
  background: #ffffff;
  border-radius: 4px;
  border: none;
  margin-right: 0px;
}

.kit_logo_container {
  position: relative;
  width: 100%;
  height: 100%;
}

.current_logo_img {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #eef2f8;
}

.current_logo_img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.kit_logo_tips {
  display: none;
  background: #303133;
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 7px 12px;
  border-radius: 3px;
}

.container_tip {
  position: relative;
}

.container_tip .triangle-up,
.f_t_icon {
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #303133;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
}

.kit_tip_contnect {
  display: inline-block;
  align-self: center;
  color: #fff;
}

.kit_select_icon_pc {
  display: inline-block;
  padding: 7px 7px 7px 7px;
  position: absolute;
  bottom: 6px;
  right: 6px;
  width: auto;
  height: 26px;
  line-height: 13px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  opacity: 0.9;
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  line-height: 12px;
}
.kit_select_icon_mc {
    display: none;
  }

.kit_header_pc .header_tab {
  margin: 0;
  padding: 0;
  display: flex;
  padding: 2px;
  border-radius: 6px;
  margin-top: 8px;
  width: 257px;
}

.kit_header_pc .header_tab .tab_item {
  position: relative;
  flex: 1;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #000000;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  justify-content: center;
  white-space: nowrap;
    overflow: hidden;
}

.header_tab .tab_item a {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  box-sizing: border-box;
  text-decoration: none;
}

.header_tab .on{
  border-radius: 4px;
  background: #ffffff;
  font-weight: 600;
  box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 20%);
  cursor: default;
}
.header_tab .on a {
  color: #14CFA6;
}

.first_tip_dialog {
  position: absolute;
  bottom: -240px;
  left: 10px;
  width: 320px;
  height: 132px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  display: none;
}

.first_tip_container {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.first_tip_dialog h2 {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  line-height: 24px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.first_tip_text {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.close_f_t_btn {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
}

.close_f_t_btn span {
  font-size: 14px;
  font-weight: 500;
  color: #14cfa6;
  line-height: 20px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.f_t_icon {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  top: -6px;
  left: 30%;
}
.vi_logo_list_ul .checked {
  border-radius: 10px;
  border: 2px solid #14CFA6;
}

/* 刷新按钮样式 */
.refresh-btn {
  width: 100%;
  height: 100%;
  background: #f8f9fa url(../images/refresh_icon.png) no-repeat center / 30px !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  cursor: pointer;
}


/* 下载和保存按钮的 loading */
.vi_preview_popup .saveLoading,.operation .saveLoading, .operation .saveDownLoading{
  display: inline-block;
  background: #FFF url("../images/save_loading_green.gif") no-repeat center /
    16px !important;
}
.saveLoading span, .saveDownLoading span, .operation .saveDownLoading .font {
  opacity: 0;
}
.vi_preview_popup .saveDownLoading{
  display: inline-block;
  background: #14cfa6 url("../images/save_loading_white.gif") no-repeat center /
    16px !important;
}

/* 开通会员横幅 */
.advert_vi_open_vip_link, .advert_vi_open_vip_link:hover {
  display: block;
  width: 100%;
  height: 90px;
  margin: 0px 0 25px;
  background: url(../images/advrt_bg_img.png) no-repeat left center /100% auto;
  overflow: hidden;
}
.kit_type_list_container .advert_vi_open_vip_link {
  margin-bottom: 20px;
}
.kit-scene .advert_vi_open_vip_link{
  margin-top: 0px;
}